ServiceRequestExceptionBackOffMilliseconds Property |
Gets suggested number of milliseconds to wait before attempting a request again. If zero, there is no suggested back-off time.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic long BackOffMilliseconds { get; }Public ReadOnly Property BackOffMilliseconds As Long
Get
Property Value
Type:
Int64The number of milliseconds to wait.
See Also